Creative

data class Creative(id: String?, adId: String?, universalAdId: UniversalAdId?)

Contains various data about the Creative. Specified in InLine.Creative or Wrapper.Creative in the VAST Response.

Constructors

Creative
Link copied to clipboard
fun Creative(id: String?, adId: String?, universalAdId: UniversalAdId?)

Properties

adId
Link copied to clipboard
val adId: String?
The ad server's unique identifier for the creative.
id
Link copied to clipboard
val id: String?
Identifies the ad server that provides the creative.
universalAdId
Link copied to clipboard
val universalAdId: UniversalAdId?
A unique creative identifier that is maintained across systems.